home *** CD-ROM | disk | FTP | other *** search
/ Freelog 46 / Freelog046.iso / Bas / Internet / PopMan / PopMan.exe / {app} / PopMan.chm / html / ie4.css < prev    next >
Cascading Style Sheet File  |  2003-04-19  |  1KB  |  78 lines

  1.  
  2. BODY {
  3.       font: x-small Verdana, Arial, Helvetica, sans-serif;
  4.       background-color: #FFFFFF; 
  5. }
  6.  
  7.     
  8. h1, h2, h3, h4 {
  9.       font-family: Verdana, Arial, Helvetica, sans-serif;    
  10.       font-weight: bold;
  11.       color: #000000; 
  12. }
  13.     
  14. h1 {
  15.       font-size: 145%;
  16.       margin-bottom: .5em; 
  17. }
  18.     
  19. h2 {
  20.       font-size: 125%;
  21.       margin-top: 1.5em;
  22.       margin-bottom: .5em; 
  23. }
  24.     
  25. h3 {
  26.       font-size: 115%;
  27.       margin-top: 1.2em;
  28.       margin-bottom: .5em
  29. }
  30.     
  31. h4 {
  32.       font-size: 100%;
  33.       margin-top: 1.2em;
  34.       margin-bottom: .5em; 
  35. }
  36.  
  37.  
  38. P  {
  39.       font: x-small Verdana, Arial, Helvetica, sans-serif;
  40.       color: #000000; 
  41. }
  42.  
  43. A { font-weight:bold; }
  44.  
  45. A:LINK    { color: #0033cc; }
  46.     
  47. A:VISITED { color: #990099; }
  48.     
  49. A:HOVER   { color: #ff0000; }
  50.  
  51.  
  52.  
  53. TH {
  54.       FONT: bold x-small Verdana, Arial, Helvetica, sans-serif;
  55.       BACKGROUND: #dddddd;
  56.       MARGIN: 0.25em;
  57.       TEXT-ALIGN: left;
  58.       VERTICAL-ALIGN: top;
  59. }
  60.  
  61.  
  62. TH.pagehead {
  63.       BACKGROUND-COLOR: steelblue;
  64.       COLOR: ivory;
  65.       FONT-SIZE: 125%;
  66.       TEXT-ALIGN: center; 
  67. }
  68.  
  69.  
  70. TD {
  71.       FONT: x-small Verdana, Arial, Helvetica, sans-serif;
  72.       BACKGROUND: #eeeeee;
  73.       MARGIN: 0.25em;
  74.       VERTICAL-ALIGN: middle;
  75. }
  76.  
  77.  
  78.